projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56a55db
)
Add missing global CVS tags.
author
robertl
<robertl>
Thu, 8 Jan 2004 16:19:49 +0000
(16:19 +0000)
committer
robertl
<robertl>
Thu, 8 Jan 2004 16:19:49 +0000
(16:19 +0000)
gpx.c
patch
|
blob
|
history
diff --git
a/gpx.c
b/gpx.c
index 7c153301d9dfc07edf7f7426d623fee529071877..5b3bb63e1ff876301098591c6c4c56b8be311597 100644
(file)
--- a/
gpx.c
+++ b/
gpx.c
@@
-117,6
+117,10
@@
typedef struct tag_mapping {
tag_mapping tag_path_map[] = {
{ tt_gpx, "/gpx" },
{ tt_time, "/gpx/time" },
+ { tt_author, "/gpx/author" },
+ { tt_email, "/gpx/email" },
+ { tt_time, "/gpx/time" },
+ { tt_desc, "/gpx/desc" },
{ tt_wpt, "/gpx/wpt" },
{ tt_wpt_ele, "/gpx/wpt/ele" },